home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-01-03 | 804 b | 32 lines | [TEXT/R*ch] |
- # BBEditShutdown
- # Version 2.5.4
- # January 3, 1994
-
- # This script is invoked by BBEdit when it breaks the ToolServer
- # connection. It should reside in the same folder as ToolServer.
-
- #############################################################################
-
- # The commands in this section MUST NOT BE ALTERED, or the link between
- # BBEdit and ToolServer will not function correctly.
-
- Unset BBEditNBPObj
- Unset BBEditNBPType
- Unset BBEditNBPZone
- Unset BBEditPPCPortName
- Unset BBEditPPCClientName
- Unset BBEditIsRemote
- Unset BBEditExists
-
- unalias File
- unalias Line
-
- alias File Target
-
- For __Startup__i in `(Files "{ShellDirectory}"BBEditShutdown•≈ || Set Status 0) ≥ dev:null`
- Execute "{__Startup__i}"
- End
- Unset __Startup__i
-
- #############################################################################
-